home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / DefineButton2_368 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-11  |  94 b   |  6 lines

  1. on(release){
  2.    _root.saveData();
  3.    stopAllSounds();
  4.    _root.gotoFrame("TITLELOAD");
  5. }
  6.